body {
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: #f8f9fa;
  color: #333;
}

header {
  background-color: #007BFF; /* azul eléctrico */
  color: white;
  padding: 1rem 0;
}

.container {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

nav ul {
  list-style: none;
  display: flex;
  gap: 1rem;
}

nav a {
  color: white;
  text-decoration: none;
}

.hero {
  background: url('https://via.placeholder.com/1200x400/007BFF/ffffff?text=Cooperativa') no-repeat center center;
  background-size: cover;
  text-align: center;
  padding: 100px 20px;
  color: white;
}

.hero .btn {
  background-color: white;
  color: #007BFF;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
}

footer {
  text-align: center;
  padding: 20px;
  background-color: #007BFF;
  /*background-color: #f8f9fa;*/
  /*background-color: #003366;  #f8f9fa*/
  color: white;
}



/*.contacto {
  display: flex;
  flex-wrap: wrap;
  background-color: #f1f5f9;
  padding: 40px 20px;
  justify-content: space-around;
}*/

/*.contacto-contenido {
  flex: 1;
  min-width: 300px;
  margin-right: 20px;
}

.contacto h2 {
  color: #007BFF;
  font-size: 28px;
  margin-bottom: 20px;
}

.contacto p {
  margin: 8px 0;
  font-size: 16px;
}

.redes {
  margin-top: 15px;
}

.redes a img {
  width: 32px;
  margin-right: 10px;
  transition: transform 0.3s;
}

.redes a img:hover {
  transform: scale(1.2);
}

.mapa {
  flex: 1;
  min-width: 300px;
  margin-top: 20px;
}*/




.accesos-rapidos {
  text-align: center;
  background-color: #e6f0ff;
  padding: 50px 20px;
}

.accesos-rapidos h2 {
  font-size: 32px;
  margin-bottom: 30px;
  color: #003366;
}

.tarjetas {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.tarjeta {
  background-color: white;
  border-radius: 12px;
  padding: 20px;
  width: 280px;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
  color: #333;
}

.tarjeta img {
  width: 80px;
  margin-bottom: 15px;
}

.tarjeta h3 {
  margin-bottom: 10px;
  color: #007BFF;
}

.tarjeta:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
}





.productos {
  padding: 50px 20px;
  background-color: #f9fbfd;
  text-align: center;
}

.productos h2 {
  font-size: 32px;
  color: #003366;
  margin-bottom: 40px;
}

.producto {
  background: white;
  border-radius: 12px;
  padding: 30px;
  margin: 20px auto;
  max-width: 700px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  transition: transform 0.3s;
}

.producto img {
  width: 80px;
  margin-bottom: 15px;
}

.producto h3 {
  color: #007BFF;
  font-size: 24px;
  margin-bottom: 10px;
}

.producto p {
  font-size: 16px;
  line-height: 1.5;
}

.producto:hover {
  transform: translateY(-5px);
}

.btn-volver {
  display: inline-block;
  margin-top: 30px;
  background-color: #007BFF;
  color: white;
  padding: 12px 20px;
  text-decoration: none;
  border-radius: 8px;
  transition: background 0.3s;
}

.btn-volver:hover {
  background-color: #0056b3;
}


.lista-creditos {
  text-align: left;
  margin: 15px 0 0 0;
  padding-left: 20px;
  font-size: 15px;
  line-height: 1.5;
}

.lista-creditos li {
  margin-bottom: 12px;
}

/***** banner****/

/* --- BANNER --- */
.banner {
  background: url('../img/banner.jpg') center center/cover no-repeat;
  height: 400px;
  display: flex;
  align-items: center;
  color: white;
  text-shadow: 1px 1px 6px rgba(0,0,0,0.7);
}

.banner-content {
  max-width: 600px;
  padding-left: 20px;
}

.banner h1 {
  font-size: 48px;
  margin-bottom: 15px;
}

.banner p {
  font-size: 20px;
  margin-bottom: 25px;
}

.btn-primary {
  background-color: #0073e6;
  padding: 12px 25px;
  color: white;
  font-weight: 600;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.btn-primary:hover {
  background-color: #005bb5;
}

.banner .container {
  display: block;
  text-align: center;
  padding: 0 20px;
}


/*********/

/********/

/*codede*/
.respaldado-por {
  text-align: center;
  padding: 40px 20px;
  background-color: #f5f5f5;
}

.respaldado-por p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #003366;
}

.logos-respaldo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.logos-respaldo img {
  max-height: 60px;
  transition: transform 0.3s ease;
}

.logos-respaldo img:hover {
  transform: scale(1.1);
}





/*******/












.redes-sociales {
  text-align: center;
  margin-top: 40px;
}

.redes-sociales p {
  font-weight: bold;
  color: #003366;
  margin-bottom: 10px;
  font-size: 18px;
}

.iconos-redes {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.iconos-redes img {
  width: 40px;
  height: 40px;
  transition: transform 0.3s ease;
}

.iconos-redes img:hover {
  transform: scale(1.2);
}


/*.contacto-contenedor {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px 20px;
  background-color: #f2f2f2;
}

.contacto-contenido {
  flex: 1;
  min-width: 300px;
  padding-right: 20px;
}

.contacto-banner {
  flex: 1;
  min-width: 250px;
  text-align: right;
}

.contacto-banner img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.redes-sociales {
  margin-top: 20px;
}

.redes-sociales p {
  font-weight: bold;
  color: #003366;
  margin-bottom: 10px;
}

.iconos-redes {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.iconos-redes img {
  width: 36px;
  height: 36px;
  transition: transform 0.3s;
}

.iconos-redes img:hover {
  transform: scale(1.2);
}*/

.footer {
  background-color: #007BFF;
  /*background-color: #003366;*/
  color: #ffffff;
  text-align: center;
  padding: 20px;
}

.footer-content p {
  margin: 0;
  font-size: 14px;
}


/* Contáctanos */
/*.contacto-contenedor {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px 20px;
  background-color: #f2f2f2;
}

.contacto-contenido {
  flex: 1;
  min-width: 300px;
  padding-right: 20px;
}

.contacto-banner {
  flex: 1;
  min-width: 300px;
  max-width: 400px;
  position: relative;
  text-align: center;
}

.contacto-banner img {
  width: 100%;
  border-radius: 10px;
}

.banner-texto {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.95);
  color: #003366;
  padding: 8px 16px;
  font-weight: bold;
  font-size: 18px;
  border-radius: 6px;
  z-index: 2;
}*/

/* Redes sociales */
.redes-sociales {
  text-align: center;
  margin-top: 40px;
}

.redes-sociales p {
  font-weight: bold;
  color: #003366;
  margin-bottom: 10px;
  font-size: 18px;
}

.iconos-redes {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.iconos-redes img {
  width: 40px;
  height: 40px;
  transition: transform 0.3s ease;
}

.iconos-redes img:hover {
  transform: scale(1.2);
}


.contacto-contenedor {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px 20px;
  background-color: #f2f2f2;
}

.contacto-contenido {
  flex: 1;
  min-width: 300px;
  padding-right: 20px;
}

.contacto-banner {
  flex: 1;
  min-width: 300px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.banner-cosede-titulo {
  font-size: 22px;
  font-weight: bold;
  color: #003366;
  margin-bottom: 12px;
}

.contacto-banner img {
  width: 100%;
  max-width: none;              /* 🔥 Quita el límite */
  height: auto;
  border-radius: 10px;
  margin: 0 auto;
  box-shadow: 0 0 12px rgba(0,0,0,0.1);
}
/*****/

.contacto {
  background: #f4f9ff;
  padding: 50px 20px;
  color: #003366;
}

.contacto-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  align-items: center;
}

.info-contacto {
  flex: 1;
  min-width: 300px;
}

.info-contacto h2 {
  font-size: 28px;
  margin-bottom: 20px;
}

.info-contacto ul {
  list-style: none;
  padding: 0;
}

.info-contacto li {
  margin-bottom: 12px;
  font-size: 16px;
}

.cosede-banner {
  flex: 1;
  min-width: 280px;
  text-align: center;
}

.cosede-banner img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.redes-sociales h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.iconos-redes a img {
  width: 40px;
  height: 40px;
  margin: 0 10px;
  transition: transform 0.3s ease;
}

.iconos-redes a img:hover {
  transform: scale(1.1);
}
/*****/
